type github.com/golang/protobuf/proto.filePath

3 uses

	github.com/golang/protobuf/proto (current package)
		registry.go#L23: type filePath = string // e.g., "google/protobuf/descriptor.proto"
		registry.go#L34: func RegisterFile(s filePath, d fileDescGZIP) {
		registry.go#L58: func FileDescriptor(s filePath) fileDescGZIP {